home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Astronomy / Moon / Source / HugeMoonView.h < prev    next >
Text File  |  1993-01-19  |  502b  |  24 lines

  1. /* HugeMoonView.h
  2.  * Part of the Moon application for the NeXT computer.
  3.  * Author:  Geoffrey S. Knauth
  4.  * Date:    January 4, 1992
  5.  *
  6.  * Permission to copy this program is hereby granted under the terms
  7.  * of the Free Software Foundation's GNU General Public License.
  8.  */
  9.  
  10. /* Initially generated by Interface Builder */
  11.  
  12. #import <appkit/View.h>
  13.  
  14. @interface HugeMoonView : View
  15. {
  16.     id image;
  17. }
  18.  
  19. - initFrame :(const NXRect *)frameRect;
  20. - drawSelf :(const NXRect *)rects :(int)rectCount;
  21. - free;
  22.  
  23. @end
  24.